Feature: Crear tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 32.031s |
Scenario: Como usario administrador, quiero crear un tag especificando slug y descripción
Before
0m 11.620s
Given
I navigate to page "http://localhost:2368/ghost/"
0m 0.954s
And
I wait for 3 seconds
0m 3.313s
When
I enter email "<USERNAME>"
0m 0.325s
And
I wait for 1 seconds
0m 1.192s
And
I enter password "<PASSWORD>"
0m 0.240s
And
I wait for 1 seconds
0m 1.200s
And
I click next
0m 0.254s
And
I wait for 3 seconds
0m 3.242s
And
I click on Tags section
0m 0.295s
And
I wait for 1 seconds
0m 1.209s
And
I click on New Tag button
0m 0.217s
And
I wait for 1 seconds
0m 1.183s
And
I set the tag name as "Nuevo tag1"
0m 0.190s
And
I wait for 1 seconds
0m 1.182s
And
I set the slug name as "slugSample"
0m 0.224s
And
I wait for 1 seconds
0m 1.205s
And
I set the description as "This is the description"
0m 0.215s
And
I wait for 1 seconds
0m 1.198s
And
I click on the save button
0m 0.202s
And
I wait for 1 seconds
0m 1.182s
Then
I expect to find the saved button
0m 0.183s
After
0m 1.006s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/"
And
I wait for 3 seconds
When
I enter email "<USERNAME>"
And
I wait for 1 seconds
And
I enter password "<PASSWORD>"
And
I wait for 1 seconds
And
I click next
And
I wait for 3 seconds
And
I click on Tags section
And
I wait for 1 seconds
And
I click on New Tag button
And
I wait for 1 seconds
And
I set the tag name as "Nuevo tag1"
And
I wait for 1 seconds
And
I set the slug name as "slugSample"
And
I wait for 1 seconds
And
I set the description as "This is the description"
And
I wait for 1 seconds
And
I click on the save button
And
I wait for 1 seconds
Then
I expect to find the saved button
After
NO IMAGE AVAILABLE